All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.Formatter | +----com.apple.alpha.core.DateFormatter
NSDateFormatter
.
[[NSDateFormatter
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- initWithDateFormat:allowNaturalLanguage:
on a newly allocated object.
- allowsNaturalLanguage
Objective-C instance method.
- dateFormat
Objective-C instance method.
protected DateFormatter(boolean shouldAllocate, int objcObject)
public DateFormatter()
[[NSDateFormatter
alloc] init]
.
public DateFormatter(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public DateFormatter(String format, boolean flag)
- initWithDateFormat:allowNaturalLanguage:
on a newly allocated object.
public native String dateFormat()
- dateFormat
Objective-C instance method.
public native boolean allowsNaturalLanguage()
- allowsNaturalLanguage
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index